The first DORA Operating System for regulated financial entities. 50 MCP tools covering all 26 DORA articles, MiCA stablecoin compliance, AML screening (87k sanctions names), macro intelligence (86 FRED series), and a complete Agent Trust Runtime — identity (KYA), policy enforcement (258 rules), fraud detection (DetectiveOracle), self-healing support (SupportOracle), and signed Trust Passports. Every response ES256K-signed and blockchain-anchored (Polygon + XRPL). Free tier available (100 calls/day). Built for AI agents that need to act compliantly in regulated markets.
Overview
FeedOracle DORA OS — Compliance Evidence Infrastructure
50 MCP tools · 11 servers · ES256K-signed · Blockchain-anchored
The first DORA Operating System for regulated financial entities. Built for AI agents that need to act compliantly in regulated markets.
Quick Start
claude mcp add --transport http feedoracle https://feedoracle.io/mcp/
Or in config:
{"mcpServers":{"feedoracle":{"url":"https://feedoracle.io/mcp/"}}}
What's Inside
Core Compliance (33 tools)
- MiCA Preflight: PASS/WARN/BLOCK verdict for any token — is USDC authorized? Is USDT blocked?
- DORA Readiness: Traffic-light scoring across all 26 DORA articles
- Sanctions Screening: EU + OFAC + UN — 87,000+ names
- Evidence Bundles: Multi-framework signed evidence packs
- BaFin Incident Reports: ITS 2024/1772 compliant, 4-eyes approval
- Contract Analysis: All 15 mandatory Art. 30 clauses checked
- Macro Intelligence: 86 FRED series, ECB indicators, recession probability
Agent Trust Runtime (17 tools)
Not just compliance tools — a complete trust infrastructure:
| Layer | Tools | What it does |
|---|---|---|
| Governance | 3 | policy_explain, price_quote, agent_reputation_score |
| DetectiveOracle | 5 | Fraud scoring, anomaly detection, case management, quarantine |
| SupportOracle | 8 | Auto-diagnostics, health checks, error explain, tickets, onboarding |
| Trust Passport | 1 | Signed agent trust document — identity, reputation, risk, scopes |
Agent Lifecycle — No Human Needed
Register → Preflight → Execute → Prove → Rate → Monitor → Support → Passport
Trust & Evidence
- Every response ES256K-signed (secp256k1)
- Anchored on Polygon (Block 84,921,488) and XRPL
- SHA-256 content hashing, JWKS public key verification
- 1,900+ audit trail entries
- Independently verifiable: feedoracle.io/proof
Pricing
| Tier | Price | Daily Calls |
|---|---|---|
| Free | €0 | 100 |
| Starter | €49/mo | 5,000 |
| Growth | €199/mo | 15,000 |
| Pro | €499/mo | 50,000 |
| Enterprise | €1,499/mo | Unlimited |
Links
- Website: feedoracle.io
- Agent Card: feedoracle.io/.well-known/agent.json
- A2A Tasks: feedoracle.io/a2a/tasks
- Docs: feedoracle.io/docs.html
- GitHub: github.com/feedoracle/feedoracle-mcp
Built in Bad Salzuflen, Germany. DORA deadline: July 2026.
Server Config
{
"mcpServers": {
"feedoracle": {
"url": "https://feedoracle.io/mcp/",
"transport": "streamable-http"
}
}
}